projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1db3a
)
(set-version): Remove deleted file ns-emacs.texi.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Feb 2009 14:44:43 +0000
(14:44 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Feb 2009 14:44:43 +0000
(14:44 +0000)
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index bf052feff7f0459da17eaa7ed90407f34accdf06..f4ebdc5e614f6a1dfad92624e8f411d723f22ef0 100644
(file)
--- a/
admin/admin.el
+++ b/
admin/admin.el
@@
-92,9
+92,6
@@
Root must be the root of an Emacs source tree."
(set-version-in-file root "doc/misc/faq.texi" version
(rx (and "VER" (1+ space)
(submatch (1+ (in "0-9."))))))
- (set-version-in-file root "doc/misc/ns-emacs.texi" version
- (rx (and "VER" (1+ space)
- (submatch (1+ (in "0-9."))))))
(set-version-in-file root "lib-src/makefile.w32-in" version
(rx (and "VERSION" (0+ space) "=" (0+ space)
(submatch (1+ (in "0-9."))))))